getConditions

abstract fun getConditions(): Iterator<out Condition>

Returns an iterator over the conditions associated with this source. Conditions might define rules or criteria that must be met for this source to be displayed (e.g., time of day, specific device properties).

Return

An Iterator of Condition objects. Returns an empty iterator if no conditions are defined.